docs: guide Flashduty large-list scans#80
Closed
ysyneu wants to merge 1 commit into
Closed
Conversation
ysyneu
commented
Jul 15, 2026
ysyneu
left a comment
Contributor
Author
There was a problem hiding this comment.
Review blocker(P1):insight incident-list 单页最多 100 条并返回 search_after_ctx/total,但新指南要求 one JSON capture 后直接做账号级多维聚合。命中 >100 时会静默只统计第一页。请改为优先服务端聚合;必须扫原始列表时,先按 cursor 拉齐并核对累计条数与 total,再对完整文件聚合。验证中 race tests、skilldoc check、build 与 CI 均通过,但它们未覆盖该语义错误。
Contributor
Author
|
关闭:当前方案会把 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Audit Context
Automation:
fc-safari-audit-sessionRun:
audit-20260709T031722Z-autoWindow:
2026-07-08T03:15:34.438Z -> 2026-07-09T03:17:22.000ZSafari embeds this skill, but the command-card source of truth lives here, so this companion PR keeps the source guidance explicit.
Verification
go test ./internal/skilldocmake check-cardsgo test -race ./...go build -v -ldflags "-s -w ..." -o bin/flashduty ./cmd/flashduty./bin/golangci-lint runremains blocked in this local environment because the availablegolangci-lintreports it was built with Go 1.24 while the repo targets Go 1.25.1; rebuilding viago installin this shell produced the same embedded Go version.